Removes the element of the IndexedCollection<(Of <(<'T>)>)> at the specified ordinal position.

Namespace:  C1.LiveLinq.Collections
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
protected override void RemoveItem(
	int ordinal
)
Visual Basic
Protected Overrides Sub RemoveItem ( _
	ordinal As Integer _
)

Parameters

ordinal
Type: System..::..Int32
The zero-based ordinal of the element to remove.

See Also